@charset "UTF-8";
.banner {
  width: 100%;
  float: left;
  position: relative;
margin-bottom: 30px;
}

.banner img {
  width: 100%;
}

.conbox_1 {
  width: 100%;
  float: left;
  height: auto;
  padding: 45px 0;
}

.conbox_1 .box_title {
  font-size: 28px;
  text-align: center;
}

.conbox_1 .box_title h2 {
  font-size: 28px;
}

.conbox_1 .box_wd .box {
  margin-top: 50px;
  width: 100%;
  float: left;
  height: auto;
  display: flex;
  align-items: center;
}

.conbox_1 .box_wd .box .fr {
  margin-left: 30px;
}

.conbox_1 .box_wd .box .fr div {
  margin: 20px 0;
}

.conbox_1 .box_wd .box .fr div p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
}

.conbox_2 {
  width: 100%;
  float: left;
  height: auto;
  padding: 60px 0;
  background: #f0f0f0;
}

.conbox_2 .box_title {
  font-size: 28px;
  text-align: center;
}

.conbox_2 .box_title h2 {
  font-size: 28px;
}

.conbox_2 .Swiper {
  width: 100%;
  float: left;
  height: auto;
}

.conbox_2 .List {
  display: flex;
  width: 100%;
  float: left;
  height: auto;
  margin-top: 50px;
}

.conbox_2 .List .swiper-slide {
  width: 20%;
  overflow: hidden;
  position: relative;
}

.conbox_2 .List .swiper-slide img {
  width: 100%;
}

.conbox_2 .List .swiper-slide .content {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -80px;
  color: #fff;
  padding: 10px 20px;
  height: 120px;
}

.conbox_2 .List .swiper-slide .content .title {
  margin-bottom: 10px;
}

.conbox_2 .List .swiper-slide .content .desc {
  font-size: 12px;
}

.conbox_2 .List .swiper-slide:hover .content {
  bottom: 0;
}

.conbox_3 {
  width: 100%;
  float: left;
  height: auto;
  padding: 60px 0;
}

.conbox_3 .box_title {
  font-size: 28px;
  text-align: center;
}

.conbox_3 .box_title h2 {
  font-size: 28px;
}

.conbox_3 .box_wd {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .conbox_1 {
    padding: 30px 20px;
  }
  .conbox_1 .box_wd .box {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .conbox_1 .box_wd .box .fr {
    padding: 0px;
    margin-left: 0;
  }
  .conbox_2 {
    padding: 30px 10px;
  }
  .conbox_3 {
    padding: 30px 10px;
  }
  .conbox_3 img {
    width: 100%;
  }
  .conbox_8 {
    display: none;
  }
}

.conbox_8 {
  width: 100%;
  float: left;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.conbox_8 li {
  width: 25%;
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conbox_8 li .img {
  display: inline-block;
}

.conbox_8 li .content {
  display: inline-block;
  text-align: left;
  padding-left: 15px;
}

.conbox_8 li .content .title {
  font-size: 15px;
  font-weight: bold;
}

.conbox_8 li .content .desc {
  font-size: 12px;
}
@media screen and (max-width: 769px){
  .conbox_2 .List {
    display: block;
  }
  .conbox_2 .List .swiper-slide {
    width: 48% !important;
    margin-left: 1%;
    margin-right: 1% !important;
    float: left;
    overflow: hidden;
    position: relative;
  }
  .conbox_2 .List .swiper-slide .content {
    padding: 10px 5px;
    height: 150px;
    bottom: -113px;
}
}